* isearch.el (isearch-forward): Remove the claim that
authorJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 03:33:12 +0000 (03:33 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 03:33:12 +0000 (03:33 +0000)
isearch-whitespace-chars matches any string of whitespace.

lisp/isearch.el

index 142228bea1672cc0cde72e45b0d30b1008190861..4fd6a1a14dc35a02512429cdf8526bd2cd49093e 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
 
-;; |$Date: 1993/05/18 15:46:30 $|$Revision: 1.35 $
+;; |$Date: 1993/05/19 04:44:42 $|$Revision: 1.36 $
 
 ;; This file is not yet part of GNU Emacs, but it is based almost
 ;; entirely on isearch.el which is part of GNU Emacs.
@@ -408,7 +408,6 @@ Type \\[isearch-yank-word] to yank word from buffer onto end of search\
 Type \\[isearch-yank-line] to yank rest of line onto end of search string\
  and search for it.
 Type \\[isearch-quote-char] to quote control character to search for it.
-Type \\[isearch-whitespace-chars] to match all whitespace chars in regexp.
 \\[isearch-abort] while searching or when search has failed cancels input\
  back to what has
  been found successfully.